Private Plug-in message. More...
#include <ivstmessage.h>
Public Member Functions | |
virtual FIDString | getMessageID ()=0 |
Returns the message ID (for example "TextMessage"). | |
virtual void | setMessageID (FIDString id)=0 |
Sets a message ID (for example "TextMessage"). | |
virtual IAttributeList * | getAttributes ()=0 |
Returns the attribute list associated to the message. | |
Static Public Attributes | |
static const FUID | iid |
Private Plug-in message.
Messages are sent from a VST-controller component to a VST-editor component and vice versa.
virtual FIDString getMessageID | ( | ) | [pure virtual] |
Returns the message ID (for example "TextMessage").
virtual void setMessageID | ( | FIDString | id | ) | [pure virtual] |
Sets a message ID (for example "TextMessage").
virtual IAttributeList* getAttributes | ( | ) | [pure virtual] |
Returns the attribute list associated to the message.